ComponentOne Xamarin Edition
LoadAsync Method (C1VirtualCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1VirtualCollectionView<T> Class : LoadAsync Method
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count.
The cancellation token.
Loads all the items between the specified range.
Syntax
[AsyncStateMachine(C1.CollectionView.C1VirtualCollectionView`1+d__33[T])] 
public Task LoadAsync( 
   Nullable<int> fromIndex, 
   Nullable<int> toIndex, 
   CancellationToken cancellationToken 
)

Parameters

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count.
cancellationToken
The cancellation token.
See Also

Reference

C1VirtualCollectionView<T> Class
C1VirtualCollectionView<T> Members